home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk199 / rexxplay / readme.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  90 lines

  1. THE EXECUTEABLE CONTENTS OF THIS ARCHIVE MAY BE USED IN ANY DEMO PROGRAM
  2. WHICH HAS NO COST, THIS ARCHIVE IS FOR NO-PROFIT USE ONLY.
  3.  
  4. DISCLAIMER:
  5.  
  6. This program has been run on V1.3 and V2.X systems usings AREXX
  7. and has performed to its design, If you find a bug or request a new
  8. feature drop me a line.
  9.  
  10. Updates to this program will be ongoing, I have many enhancements in 
  11. progress that will be released as time permits.
  12.  
  13. CREDITS:
  14. songloader/songplayer by Teijo Kinnunen 1990 form MED2.X Player Source PD.
  15. (Finnish translator - Local Book Store.)
  16. Code fragments from minrexx by Radical Eye Software BLURB intact PD.
  17. Additional ASM & 'C' additions and modifications by RSW.
  18. Rexxplayer by RSW.
  19.  
  20. From the LAB of Robert S. Wagoner
  21.  
  22. BIX: RSWAGONER
  23.  
  24. REXXPLAYER V1.01a for MED 2.0 song files or converted Soundtracker files.
  25.  
  26. DESCRIPTION:
  27.  
  28. This program is intended to give an added dimension to applications that 
  29. have access to a AREXX port such as AmigaVision(TM)(CBM) and many other
  30. third party applications.
  31.  
  32. REXXPLAYER allows the running of song files in the background through AREXX
  33. and gives your applications the capability to synchronize these music type
  34. files with your graphics to enhance your ability to have complex 
  35. transitions on sequence.
  36.  
  37. I have included a few sample AREXX scripts along with this ARCHIVE to help
  38. convey the idea.
  39.  
  40. RUNNING:
  41.  
  42. There is one main file called REXXPLAYER which is a detached process that
  43. waits for any one of the following AREXX commands.
  44.  
  45.  address 'rexxplayer'
  46.  
  47.  'lplay [songname.song]'
  48.  
  49.  'load  [songname.song]'
  50.  
  51.  'play'
  52.  
  53.  'stop'
  54.  
  55.  'tempo [6 thru 10]'
  56.  
  57.  
  58.   /* the following commands  will return a string in result based on 
  59.      one of the commands.
  60.      see the example AREXX scripts
  61.   */
  62.  
  63.  'status  song'     
  64.  'status  active'
  65.  'status  current'
  66.  'status  total'
  67.  'status  all'
  68.  
  69.  'path [songfile path]'
  70.  
  71.  /* exit will unload the REXXPLAYER from memory */
  72.  'exit'
  73.  
  74. The default songpath is SONGS:
  75.  
  76.  
  77. CLOSING:
  78.  
  79. I have included some song files out of my collection that seemed
  80. interesting enough to show what it does.
  81.  
  82. The song files can be obtained by many soucres and if there is enough
  83. requests I could slowly post mine.
  84.  
  85. COMMENTS:
  86.  
  87. I hope this program sparks new interests and usage of the AREXX language.
  88.  
  89. Regards, Robert
  90.